-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split Rosbag2Transport into Player and Recorder classes - first pass to enable further progress #721
Conversation
…to enable further progress Signed-off-by: Emerson Knapp <eknapp@amazon.com>
serialization_format_, | ||
serialized_offered_qos_profiles_for_topic(topic_with_type.first) | ||
}); | ||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know why, but uncrustify
started complaining about this in my local env
Gist: https://gist.githubusercontent.com/emersonknapp/6aa292debbe888752ba73469cea12a66/raw/289911b9f2bec145362cff4027bff646b78487d4/ros2.repos |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
go ahead once CI turns green
…to enable further progress (ros2#721) Signed-off-by: Emerson Knapp <eknapp@amazon.com>
Just as an FYI, this change seems to have broken |
Thanks for the note! I wish we had a way to include them in the |
Alternative, or precursor to #716
Only splits the Rosbag2Transport class into separate Recorder and Player classes. Does not create new headers, or change them into subclass of
rclcpp::Node
Potential follow-ons after this PR:
Player
andRecorder
subclasses ofrclcpp::Node
Player
node-spinning out into the invoking contextRosbag2TransportTestFixture
class, which no longer provides very much add-on value